home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / virus / xvslibrary.lha / Xvs / Developer / include / C / proto / xvs.h
C/C++ Source or Header  |  1999-04-26  |  330b  |  22 lines

  1. #ifndef _PROTO_XVS_H
  2. #define _PROTO_XVS_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #ifndef CLIB_XVS_PROTOS_H
  8. #include <clib/xvs_protos.h>
  9. #endif
  10.  
  11. #ifdef __GNUC__
  12. #include <inline/xvs.h>
  13. #else
  14. #include <pragma/xvs_lib.h>
  15. #endif
  16.  
  17. #ifndef __NOLIBBASE__
  18. extern struct xvsBase *xvsBase;
  19. #endif
  20.  
  21. #endif    /*  _PROTO_XVS_H  */
  22.